From: IOhannes m zmölnig Date: Tue, 20 Mar 2018 20:07:43 +0000 (+0100) Subject: Refreshed patches X-Git-Tag: archive/raspbian/5.4.5_ds0-1+rpi1~1^2~84 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=a524c2347b591b2f4fda34d2e988b262f371e5af;p=juce.git Refreshed patches --- diff --git a/debian/patches/LV2-audioprocessor.patch b/debian/patches/LV2-audioprocessor.patch index c4511e9e..df3f2c70 100644 --- a/debian/patches/LV2-audioprocessor.patch +++ b/debian/patches/LV2-audioprocessor.patch @@ -55,7 +55,7 @@ This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ wrapperType_Standalone }; -@@ -1581,7 +1591,9 @@ +@@ -1584,7 +1594,9 @@ //============================================================================== Array listeners; diff --git a/debian/patches/debian_system_modules.patch b/debian/patches/debian_system_modules.patch index ced444a7..1b3b2eea 100644 --- a/debian/patches/debian_system_modules.patch +++ b/debian/patches/debian_system_modules.patch @@ -8,8 +8,8 @@ Last-Update: 2017-12-19 This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ --- juce.orig/extras/Projucer/Source/Settings/jucer_StoredSettings.cpp +++ juce/extras/Projucer/Source/Settings/jucer_StoredSettings.cpp -@@ -274,7 +274,7 @@ - if (key == Ids::defaultJuceModulePath) +@@ -309,7 +309,7 @@ + else if (key == Ids::defaultJuceModulePath) { v = (os == TargetOS::windows ? "C:\\JUCE\\modules" - : "~/JUCE/modules");